PDF Plugin for Xojo

Page.SetExtendedState Method (console safe)

Sets extended graphics state for the page, alpha values and blend mode.

SetExtendedState(
   state as ExtendedGraphicsState)

Parameters

state
The state to set.

Remarks

You are responsible for saving the state before applying extended state so that you can restore it afterwards.

This method will do nothing if the state you pass in did not belong to the same PDF document.

See Also

Page Class